home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / Shell_Management / Break < prev    next >
Text File  |  1992-02-26  |  820b  |  27 lines

  1. Command Name : Break
  2.  
  3. Function : Stop a running process
  4.  
  5. Arguments : <process> [ALL|C|D|E|F]
  6.  
  7. Location : C directory
  8.  
  9. When you run some programs, for example OctaMEDplayer, you get a line in the
  10. CLI window saying "Press Ctrl-C" to stop, but pressing Ctrl-C has no effect.
  11. Break lets you stop these programs.  To use it, type Status at the CLI 
  12. prompt and a list of currently running processes appears.  Now find the 
  13. process number of the task you ant to stop and type "Break <task number> C".
  14. This has the same effect as pressing Ctrl-C.  If the process is a script, 
  15. use the D parameter to stop it.  E and F are rarely used.  All will have the
  16. effect of using all four at once.
  17.  
  18. Examples
  19.  
  20. Break 1 C
  21.  
  22.         Has the effect of pressing Ctrl-C for task 1
  23.  
  24. Break 7 D
  25.  
  26.         Has the effect of pressing ctrl-D for Task 7
  27.